google.golang.org/protobuf/internal/impl.structInfo.oneofsByName (field)
10 uses
google.golang.org/protobuf/internal/impl (current package)
codec_field.go#L31: fs := si.oneofsByName[od.Name()]
codec_message.go#L86: fs = si.oneofsByName[fd.ContainingOneof().Name()]
codec_message_opaque.go#L35: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message.go#L139: oneofsByName map[protoreflect.Name]reflect.StructField
message.go#L153: oneofsByName: map[protoreflect.Name]reflect.StructField{},
message.go#L189: si.oneofsByName[protoreflect.Name(s)] = f
message_opaque.go#L62: fi = fieldInfoForOneof(fd, si.oneofsByName[fd.ContainingOneof().Name()], mi.Exporter, si.oneofWrappersByNumber[fd.Number()])
message_reflect.go#L63: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message_reflect.go#L188: fs = si.oneofsByName[fd.ContainingOneof().Name()]
message_reflect_field.go#L405: fs := si.oneofsByName[od.Name()]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)